Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow simult. use of partic incl and excl flags #404

Merged

Conversation

pvandyken
Copy link
Contributor

The previous restriction was arbitrary. The use of both works according to the set operation:

POPULATION ∩ INCLUDE - EXCLUDE

This will allow better CLI composability.

The tests for include and exclude-participant-label have been rolled into one test.

Resolves #343

The previous restriction was arbitrary. The use of both works according
to the set operation:

POPULATION ∩ INCLUDE - EXCLUDE

This will allow better CLI composability

Resolves khanlab#343
@pvandyken pvandyken force-pushed the feat/filtering/simul-include-exclude branch from 2ebeb73 to 0b558e4 Compare April 17, 2024 17:10
Copy link

codecov bot commented Apr 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.08%. Comparing base (36c3ee6) to head (0b558e4).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #404      +/-   ##
==========================================
- Coverage   92.10%   92.08%   -0.02%     
==========================================
  Files          41       41              
  Lines        1785     1782       -3     
==========================================
- Hits         1644     1641       -3     
  Misses        141      141              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pvandyken pvandyken added the enhancement New feature or request label Apr 17, 2024
@pvandyken pvandyken merged commit 10ed275 into khanlab:main Apr 17, 2024
36 checks passed
@pvandyken pvandyken deleted the feat/filtering/simul-include-exclude branch April 17, 2024 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot use --participant-label and --exclude-participant-label simultaneously
1 participant